You are here: Logic Elements > Distribution Functions
Distribution functions are built-in functions which, in conjunction with streams, return random values according to a statistical distribution. The following table is a summary of available distribution functions. They are valid in any numeric expression.
Distribution |
Syntax |
Individual Components |
---|---|---|
B(a,b,c,d{,<s>}) |
a=shape value 1, b=shape value 2, c=lower boundary, d=upper boundary |
|
BI(a,b{,<s>}) |
a=batch size, b=probability of "success" |
|
ER(a,b{,<s>}) |
a=mean value, b=parameter |
|
E(a{,<s>,<ax>}) |
a=mean |
|
G(a,b{,<s>,<ax>}) |
a=shape value, b=scale value |
|
GEO(a{,<s>}) |
a=probability of "success" |
|
IG(a,b{,<s>,<ax>}) |
a=shape value, b=scale value |
|
L(a,b{,<s>,<ax>}) |
a=mean, b=standard deviation |
|
N(a,b{,<s>}) |
a=mean, b=standard deviation |
|
P5(a,b{,<s>,<ax>}) |
a=shape value, b=scale value |
|
P6(a,b,c{,<s>,<ax>}) |
a=shape value 1, b=shape value 2, c=scale value |
|
P(a{,<s>}) |
a=quantity |
|
T(a,b,c{,<s>}) |
a=minimum, b=mode, c=maximum |
|
U(a,b{,<s>}) |
a=mean, b=half range, |
|
<name>({<s>}) |
Name of a user-defined distribution as defined in the User Distribution section |
|
W(a,b{,<s>,<ax>}) |
a=shape value, b=scale value |